home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #1 / Software USA Volume 4.01.iso / mac / Education / TreffNet / TreffNet ƒ / Documentation / cards.xml < prev    next >
Encoding:
Text File  |  1997-11-05  |  74.0 KB  |  1,262 lines

  1. card_2899.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>2899</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_3706.pbm</bitmap>
  8.     <cantDelete> <false /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>2808</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_4092.css" />
  13.     <part>
  14.         <id>14</id>
  15.         <type>field</type>
  16.         <visible> <true /> </visible>
  17.         <dontWrap> <false /> </dontWrap>
  18.         <dontSearch> <false /> </dontSearch>
  19.         <sharedText> <false /> </sharedText>
  20.         <fixedLineHeight> <true /> </fixedLineHeight>
  21.         <autoTab> <false /> </autoTab>
  22.         <lockText> <false /> </lockText>
  23.         <rect>
  24.             <left>139</left>
  25.             <top>59</top>
  26.             <right>355</right>
  27.             <bottom>315</bottom>
  28.         </rect>
  29.         <style>transparent</style>
  30.         <autoSelect> <false /> </autoSelect>
  31.         <showLines> <false /> </showLines>
  32.         <wideMargins> <false /> </wideMargins>
  33.         <multipleLines> <false /> </multipleLines>
  34.         <reservedFamily> 0 </reservedFamily>
  35.         <titleWidth>0</titleWidth>
  36.         <icon>0</icon>
  37.         <textAlign>left</textAlign>
  38.         <font>Geneva</font>
  39.         <textSize>10</textSize>
  40.         <textStyle>bold</textStyle>
  41.         <textHeight>13</textHeight>
  42.         <name></name>
  43.         <script>on openCard
  44. put "Card " && number of this card into field 1
  45. end openCard</script>
  46.     </part>
  47.     <part>
  48.         <id>1</id>
  49.         <type>button</type>
  50.         <visible> <true /> </visible>
  51.         <reserved5> 0 </reserved5>
  52.         <reserved4> 0 </reserved4>
  53.         <reserved3> 0 </reserved3>
  54.         <reserved2> 0 </reserved2>
  55.         <reserved1> 0 </reserved1>
  56.         <enabled> <true /> </enabled>
  57.         <rect>
  58.             <left>166</left>
  59.             <top>118</top>
  60.             <right>345</right>
  61.             <bottom>138</bottom>
  62.         </rect>
  63.         <style>roundrect</style>
  64.         <showName> <true /> </showName>
  65.         <highlight> <false /> </highlight>
  66.         <autoHighlight> <true /> </autoHighlight>
  67.         <sharedHighlight> <true /> </sharedHighlight>
  68.         <family>0</family>
  69.         <titleWidth>0</titleWidth>
  70.         <icon>0</icon>
  71.         <textAlign>center</textAlign>
  72.         <font>Chicago</font>
  73.         <textSize>12</textSize>
  74.         <textStyle>plain</textStyle>
  75.         <name>Background</name>
  76.         <script>on mouseUp
  77.  
  78. visual  barn door close to black
  79. visual  barn door open to card
  80. go to card 3
  81.  
  82. repeat  with i = 1 to 5
  83. hide card field id 2
  84. wait 5 ticks
  85. show card field id 2
  86. wait 5 ticks
  87. end repeat
  88.  
  89. wait 2 secs
  90. hide card field id 2
  91.  
  92.  
  93. end mouseUp</script>
  94.     </part>
  95.     <part>
  96.         <id>3</id>
  97.         <type>button</type>
  98.         <visible> <true /> </visible>
  99.         <reserved5> 0 </reserved5>
  100.         <reserved4> 0 </reserved4>
  101.         <reserved3> 0 </reserved3>
  102.         <reserved2> 0 </reserved2>
  103.         <reserved1> 0 </reserved1>
  104.         <enabled> <true /> </enabled>
  105.         <rect>
  106.             <left>166</left>
  107.             <top>142</top>
  108.             <right>345</right>
  109.             <bottom>163</bottom>
  110.         </rect>
  111.         <style>roundrect</style>
  112.         <showName> <true /> </showName>
  113.         <highlight> <false /> </highlight>
  114.         <autoHighlight> <true /> </autoHighlight>
  115.         <sharedHighlight> <true /> </sharedHighlight>
  116.         <family>0</family>
  117.         <titleWidth>0</titleWidth>
  118.         <icon>0</icon>
  119.         <textAlign>center</textAlign>
  120.         <font>Chicago</font>
  121.         <textSize>12</textSize>
  122.         <textStyle>plain</textStyle>
  123.         <name>The Programs</name>
  124.         <script>on mouseUp
  125.  
  126. visual  barn door close to black
  127. visual  barn door open to card
  128. go to card 4
  129.  
  130. repeat  with i = 1 to 5
  131. hide card field id 2
  132. wait 5 ticks
  133. show card field id 2
  134. wait 5 ticks
  135. end repeat
  136.  
  137. wait 2 secs
  138. hide card field id 2
  139.  
  140.  
  141. end mouseUp
  142. </script>
  143.     </part>
  144.     <part>
  145.         <id>4</id>
  146.         <type>button</type>
  147.         <visible> <true /> </visible>
  148.         <reserved5> 0 </reserved5>
  149.         <reserved4> 0 </reserved4>
  150.         <reserved3> 0 </reserved3>
  151.         <reserved2> 0 </reserved2>
  152.         <reserved1> 0 </reserved1>
  153.         <enabled> <true /> </enabled>
  154.         <rect>
  155.             <left>167</left>
  156.             <top>167</top>
  157.             <right>347</right>
  158.             <bottom>189</bottom>
  159.         </rect>
  160.         <style>roundrect</style>
  161.         <showName> <true /> </showName>
  162.         <highlight> <false /> </highlight>
  163.         <autoHighlight> <true /> </autoHighlight>
  164.         <sharedHighlight> <true /> </sharedHighlight>
  165.         <family>0</family>
  166.         <titleWidth>0</titleWidth>
  167.         <icon>0</icon>
  168.         <textAlign>center</textAlign>
  169.         <font>Chicago</font>
  170.         <textSize>12</textSize>
  171.         <textStyle>plain</textStyle>
  172.         <name>The Network Simulator</name>
  173.         <script>on mouseUp
  174. visual  barn door close to black
  175. visual  barn door open to card
  176. go to card 5
  177.  
  178. repeat  with i = 1 to 5
  179. hide card field id 2
  180. wait 5 ticks
  181. show card field id 2
  182. wait 5 ticks
  183. end repeat
  184.  
  185. wait 2 secs
  186. hide card field id 2
  187.  
  188. end mouseUp
  189. </script>
  190.     </part>
  191.     <part>
  192.         <id>6</id>
  193.         <type>button</type>
  194.         <visible> <true /> </visible>
  195.         <reserved5> 0 </reserved5>
  196.         <reserved4> 0 </reserved4>
  197.         <reserved3> 0 </reserved3>
  198.         <reserved2> 0 </reserved2>
  199.         <reserved1> 0 </reserved1>
  200.         <enabled> <true /> </enabled>
  201.         <rect>
  202.             <left>167</left>
  203.             <top>194</top>
  204.             <right>348</right>
  205.             <bottom>215</bottom>
  206.         </rect>
  207.         <style>roundrect</style>
  208.         <showName> <true /> </showName>
  209.         <highlight> <false /> </highlight>
  210.         <autoHighlight> <true /> </autoHighlight>
  211.         <sharedHighlight> <true /> </sharedHighlight>
  212.         <family>0</family>
  213.         <titleWidth>0</titleWidth>
  214.         <icon>0</icon>
  215.         <textAlign>center</textAlign>
  216.         <font>Chicago</font>
  217.         <textSize>12</textSize>
  218.         <textStyle>plain</textStyle>
  219.         <name>The Numbers Network</name>
  220.         <script>on mouseUp
  221. visual  barn door close to black
  222. visual  barn door open to card
  223. go to card 6
  224.  
  225. repeat  with i = 1 to 5
  226. hide card field id 2
  227. wait 5 ticks
  228. show card field id 2
  229. wait 5 ticks
  230. end repeat
  231.  
  232. wait 2 secs
  233. hide card field id 2
  234.  
  235. end mouseUp
  236. </script>
  237.     </part>
  238.     <part>
  239.         <id>13</id>
  240.         <type>field</type>
  241.         <visible> <true /> </visible>
  242.         <dontWrap> <false /> </dontWrap>
  243.         <dontSearch> <false /> </dontSearch>
  244.         <sharedText> <false /> </sharedText>
  245.         <fixedLineHeight> <true /> </fixedLineHeight>
  246.         <autoTab> <false /> </autoTab>
  247.         <lockText> <false /> </lockText>
  248.         <rect>
  249.             <left>141</left>
  250.             <top>40</top>
  251.             <right>352</right>
  252.             <bottom>72</bottom>
  253.         </rect>
  254.         <style>transparent</style>
  255.         <autoSelect> <false /> </autoSelect>
  256.         <showLines> <false /> </showLines>
  257.         <wideMargins> <false /> </wideMargins>
  258.         <multipleLines> <false /> </multipleLines>
  259.         <reservedFamily> 0 </reservedFamily>
  260.         <titleWidth>0</titleWidth>
  261.         <icon>0</icon>
  262.         <textAlign>left</textAlign>
  263.         <font>Palatino</font>
  264.         <textSize>24</textSize>
  265.         <textStyle>bold</textStyle>
  266.         <textHeight>32</textHeight>
  267.         <name></name>
  268.         <script>on openCard
  269. put "Card " && number of this card into field 1
  270. end openCard</script>
  271.     </part>
  272.     <part>
  273.         <id>15</id>
  274.         <type>button</type>
  275.         <visible> <true /> </visible>
  276.         <reserved5> 0 </reserved5>
  277.         <reserved4> 0 </reserved4>
  278.         <reserved3> 0 </reserved3>
  279.         <reserved2> 0 </reserved2>
  280.         <reserved1> 0 </reserved1>
  281.         <enabled> <true /> </enabled>
  282.         <rect>
  283.             <left>166</left>
  284.             <top>93</top>
  285.             <right>345</right>
  286.             <bottom>114</bottom>
  287.         </rect>
  288.         <style>roundrect</style>
  289.         <showName> <true /> </showName>
  290.         <highlight> <false /> </highlight>
  291.         <autoHighlight> <true /> </autoHighlight>
  292.         <sharedHighlight> <true /> </sharedHighlight>
  293.         <family>0</family>
  294.         <titleWidth>0</titleWidth>
  295.         <icon>0</icon>
  296.         <textAlign>center</textAlign>
  297.         <font>Chicago</font>
  298.         <textSize>12</textSize>
  299.         <textStyle>plain</textStyle>
  300.         <name>Basic Info</name>
  301.         <script>on mouseUp
  302. visual  scroll left    to black
  303. visual  scroll left   to card
  304.  
  305. go to card 2
  306.  
  307. repeat  with i = 1 to 5
  308. hide card field id 2
  309. wait 5 ticks
  310. show card field id 2
  311. wait 5 ticks
  312. end repeat
  313.  
  314. wait 2 secs
  315. hide card field id 2
  316. end mouseUp
  317. </script>
  318.     </part>
  319.     <part>
  320.         <id>16</id>
  321.         <type>button</type>
  322.         <visible> <true /> </visible>
  323.         <reserved5> 0 </reserved5>
  324.         <reserved4> 0 </reserved4>
  325.         <reserved3> 0 </reserved3>
  326.         <reserved2> 0 </reserved2>
  327.         <reserved1> 0 </reserved1>
  328.         <enabled> <true /> </enabled>
  329.         <rect>
  330.             <left>168</left>
  331.             <top>220</top>
  332.             <right>349</right>
  333.             <bottom>241</bottom>
  334.         </rect>
  335.         <style>roundrect</style>
  336.         <showName> <true /> </showName>
  337.         <highlight> <false /> </highlight>
  338.         <autoHighlight> <true /> </autoHighlight>
  339.         <sharedHighlight> <true /> </sharedHighlight>
  340.         <family>0</family>
  341.         <titleWidth>0</titleWidth>
  342.         <icon>0</icon>
  343.         <textAlign>center</textAlign>
  344.         <font>Chicago</font>
  345.         <textSize>12</textSize>
  346.         <textStyle>plain</textStyle>
  347.         <name>General Associator</name>
  348.         <script>on mouseUp
  349. visual  barn door close to black
  350. visual  barn door open to card
  351. go to card 7
  352.  
  353.  
  354.  
  355. end mouseUp
  356. </script>
  357.     </part>
  358.     <part>
  359.         <id>24</id>
  360.         <type>button</type>
  361.         <visible> <true /> </visible>
  362.         <reserved5> 0 </reserved5>
  363.         <reserved4> 0 </reserved4>
  364.         <reserved3> 0 </reserved3>
  365.         <reserved2> 0 </reserved2>
  366.         <reserved1> 0 </reserved1>
  367.         <enabled> <true /> </enabled>
  368.         <rect>
  369.             <left>447</left>
  370.             <top>315</top>
  371.             <right>512</right>
  372.             <bottom>342</bottom>
  373.         </rect>
  374.         <style>roundrect</style>
  375.         <showName> <true /> </showName>
  376.         <highlight> <false /> </highlight>
  377.         <autoHighlight> <true /> </autoHighlight>
  378.         <sharedHighlight> <true /> </sharedHighlight>
  379.         <family>0</family>
  380.         <titleWidth>0</titleWidth>
  381.         <icon>0</icon>
  382.         <textAlign>center</textAlign>
  383.         <font>Chicago</font>
  384.         <textSize>12</textSize>
  385.         <textStyle>plain</textStyle>
  386.         <name>menu</name>
  387.         <script>on mouseUp
  388. visual  scroll right    to black
  389. visual  scroll right   to card
  390. go to card 1 of stack neuralnetworks
  391. end mouseUp
  392. </script>
  393.     </part>
  394.     <content>
  395.         <layer>background</layer>
  396.         <id>4</id>
  397.         <text>1</text>
  398.     </content>
  399.     <content>
  400.         <layer>card</layer>
  401.         <id>13</id>
  402.         <text><span class="style2"></span><span class="style3"> Documentation</span></text>
  403.     </content>
  404.     <content>
  405.         <layer>card</layer>
  406.         <id>14</id>
  407.         <text><span class="style1">
  408.  
  409. 1
  410.  
  411. 2
  412.  
  413. 3
  414.  
  415. 4
  416.  
  417. 5
  418.  
  419. 6</span><span class="style22">
  420. </span><span class="style3">
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427. </span></text>
  428.     </content>
  429.     <name></name>
  430.     <script></script>
  431. </card>
  432.  
  433.  
  434. card_4595.xml
  435. <?xml version="1.0" encoding="utf-8" ?>
  436. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  437. <card>
  438.     <id>4595</id>
  439.     <filler1>0</filler1>
  440.     <cantDelete> <false /> </cantDelete>
  441.     <showPict> <true /> </showPict>
  442.     <dontSearch> <false /> </dontSearch>
  443.     <owner>4610</owner>
  444.     <link rel="stylesheet" type="text/css" href="stylesheet_4092.css" />
  445.     <part>
  446.         <id>1</id>
  447.         <type>field</type>
  448.         <visible> <true /> </visible>
  449.         <dontWrap> <false /> </dontWrap>
  450.         <dontSearch> <false /> </dontSearch>
  451.         <sharedText> <false /> </sharedText>
  452.         <fixedLineHeight> <true /> </fixedLineHeight>
  453.         <autoTab> <false /> </autoTab>
  454.         <lockText> <false /> </lockText>
  455.         <rect>
  456.             <left>6</left>
  457.             <top>52</top>
  458.             <right>423</right>
  459.             <bottom>320</bottom>
  460.         </rect>
  461.         <style>scrolling</style>
  462.         <autoSelect> <false /> </autoSelect>
  463.         <showLines> <false /> </showLines>
  464.         <wideMargins> <true /> </wideMargins>
  465.         <multipleLines> <false /> </multipleLines>
  466.         <reservedFamily> 0 </reservedFamily>
  467.         <titleWidth>0</titleWidth>
  468.         <icon>0</icon>
  469.         <textAlign>left</textAlign>
  470.         <font>Geneva</font>
  471.         <textSize>12</textSize>
  472.         <textStyle>plain</textStyle>
  473.         <textHeight>16</textHeight>
  474.         <name></name>
  475.         <script></script>
  476.     </part>
  477.     <part>
  478.         <id>2</id>
  479.         <type>field</type>
  480.         <visible> <false /> </visible>
  481.         <dontWrap> <false /> </dontWrap>
  482.         <dontSearch> <false /> </dontSearch>
  483.         <sharedText> <false /> </sharedText>
  484.         <fixedLineHeight> <true /> </fixedLineHeight>
  485.         <autoTab> <false /> </autoTab>
  486.         <lockText> <false /> </lockText>
  487.         <rect>
  488.             <left>432</left>
  489.             <top>67</top>
  490.             <right>506</right>
  491.             <bottom>233</bottom>
  492.         </rect>
  493.         <style>transparent</style>
  494.         <autoSelect> <false /> </autoSelect>
  495.         <showLines> <false /> </showLines>
  496.         <wideMargins> <false /> </wideMargins>
  497.         <multipleLines> <false /> </multipleLines>
  498.         <reservedFamily> 0 </reservedFamily>
  499.         <titleWidth>0</titleWidth>
  500.         <icon>0</icon>
  501.         <textAlign>left</textAlign>
  502.         <font>Geneva</font>
  503.         <textSize>12</textSize>
  504.         <textStyle>bold</textStyle>
  505.         <textHeight>16</textHeight>
  506.         <name></name>
  507.         <script></script>
  508.     </part>
  509.     <part>
  510.         <id>3</id>
  511.         <type>field</type>
  512.         <visible> <true /> </visible>
  513.         <dontWrap> <false /> </dontWrap>
  514.         <dontSearch> <false /> </dontSearch>
  515.         <sharedText> <false /> </sharedText>
  516.         <fixedLineHeight> <true /> </fixedLineHeight>
  517.         <autoTab> <false /> </autoTab>
  518.         <lockText> <false /> </lockText>
  519.         <rect>
  520.             <left>289</left>
  521.             <top>33</top>
  522.             <right>441</right>
  523.             <bottom>49</bottom>
  524.         </rect>
  525.         <style>transparent</style>
  526.         <autoSelect> <false /> </autoSelect>
  527.         <showLines> <false /> </showLines>
  528.         <wideMargins> <false /> </wideMargins>
  529.         <multipleLines> <false /> </multipleLines>
  530.         <reservedFamily> 0 </reservedFamily>
  531.         <titleWidth>0</titleWidth>
  532.         <icon>0</icon>
  533.         <textAlign>left</textAlign>
  534.         <font>Geneva</font>
  535.         <textSize>10</textSize>
  536.         <textStyle>bold</textStyle>
  537.         <textHeight>13</textHeight>
  538.         <name></name>
  539.         <script></script>
  540.     </part>
  541.     <part>
  542.         <id>4</id>
  543.         <type>button</type>
  544.         <visible> <true /> </visible>
  545.         <reserved5> 0 </reserved5>
  546.         <reserved4> 0 </reserved4>
  547.         <reserved3> 0 </reserved3>
  548.         <reserved2> 0 </reserved2>
  549.         <reserved1> 0 </reserved1>
  550.         <enabled> <true /> </enabled>
  551.         <rect>
  552.             <left>447</left>
  553.             <top>315</top>
  554.             <right>512</right>
  555.             <bottom>342</bottom>
  556.         </rect>
  557.         <style>roundrect</style>
  558.         <showName> <true /> </showName>
  559.         <highlight> <false /> </highlight>
  560.         <autoHighlight> <true /> </autoHighlight>
  561.         <sharedHighlight> <true /> </sharedHighlight>
  562.         <family>0</family>
  563.         <titleWidth>0</titleWidth>
  564.         <icon>0</icon>
  565.         <textAlign>center</textAlign>
  566.         <font>Chicago</font>
  567.         <textSize>12</textSize>
  568.         <textStyle>plain</textStyle>
  569.         <name>menu</name>
  570.         <script>on mouseUp
  571. visual  scroll right    to black
  572. visual  scroll right   to card
  573. go to card 1
  574. end mouseUp
  575. </script>
  576.     </part>
  577.     <content>
  578.         <layer>card</layer>
  579.         <id>1</id>
  580.         <text><span class="style4">                                                   </span><span class="style5">TreffNet</span><span class="style4">
  581.  
  582.                                      </span><span class="style5">INTRODUCTION TO 
  583.                    LEARNING IN NEURAL NETWORKS
  584. </span><span class="style4">_______________________________________________________
  585. </span><span class="style5">
  586. </span><span class="style4">Version 1.1 (Nov 1997).
  587. by
  588. </span><span class="style5">Dr. Paul J. Treffner</span><span class="style4">
  589. _______________________________________________________
  590.  
  591. </span><span class="style5">To run the program:</span><span class="style4">
  592. 1)  The program requires Hypercard Player, or Hypercard 1.2.5 or above;
  593. 2)  Check that you have the following 22 files: P1-P10, STARTUP, documentation, neuralnetworks, simulator, numbers, num1, graph1, graph2,  tut1.1, simul.main, TreffNet.ReadMe, TreffNet.Documentation;
  594. 3)  Load all files into a </span><span class="style5">single</span><span class="style4"> </span><span class="style5">folder</span><span class="style4"> called TreffNet on the hard disk of your Macintosh;
  595. 4)  Double-click on the stack called </span><span class="style5">STARTUP</span><span class="style4">.
  596.  
  597. _______________________________________________________
  598.  
  599. </span><span class="style5">Description
  600. </span><span class="style4">
  601. TreffNet is a simple, Hypercard-based introduction to learning in neural networks.  It consists of a tutorial on the simplest of network learning methods called Hebbian learning. The stacks consist of (1) tutorial animations, and (2) a graphical network simulator that can learn to associate two pattern vectors. Based on the first chapter of the classic text by Rumelhart and McClelland (1986), it "brings to life" the basic concepts and mathematics that need to be fully understood before the student tackles more complex systems. 
  602. _______________________________________________________
  603.  
  604. </span><span class="style5">Distribution</span><span class="style4">  
  605.  
  606. TreffNet was designed to be distributed as </span><span class="style5">Shareware.</span><span class="style4">  It is the hope of the author that if you like the package and find it useful in your own learning and teaching others about neural nets, then you send a small Shareware fee of $15 to the author.  Alternatively, you can send me a CD of music from your part of the World!  Receipt of your donation will result in me sending you a non-Shareware version of the program. TreffNet</span><span class="style5"> </span><span class="style4">cannot be sold or distributed for profit</span><span class="style5"> </span><span class="style4">without the author's written consent. However, distribution via online services is acceptable provided that all original components and unaltered files are included in the package. 
  607. ______________________________________________________
  608.  
  609. </span><span class="style5">System Requirements</span><span class="style4">
  610.  
  611.   ‚Ä¢  a Mac equipped with a 68020 or greater CPU
  612.   ‚Ä¢  about 500 K of free RAM
  613.   ‚Ä¢  about 2MB of free hard disk space
  614. _______________________________________________________
  615.  
  616. </span><span class="style5">Version History</span><span class="style4">
  617.  
  618. 1.0 July 1992
  619.   ‚Ä¢    First version produced for use by author and colleagues.
  620.  
  621. 1.1 Nov 1997
  622.   ‚Ä¢    Updated.
  623.   ‚Ä¢    Offered to public as Shareware for the first time.
  624. _______________________________________________________
  625.  
  626. </span><span class="style5">Acknowledgments</span><span class="style4">
  627.  
  628.   ‚Ä¢  Thanks to Ronald Growney for allowing me time to develop this program, and
  629.  
  630.   ‚Ä¢  Richard Schmidt for testing in the trenches and catching a bug.
  631. _______________________________________________________
  632.  
  633. </span><span class="style5">Disclaimer
  634. </span><span class="style4">
  635. Treffnet is supplied as is.  All responsibilities lie in the user, not the author.  The person using TreffNet bears all risk as to its quality and performance.  No responsibility is taken by the author as to the program's consequences, neither explicit nor implied.  
  636. _______________________________________________________
  637.  
  638. </span><span class="style5">Contacting the author
  639.  
  640. </span><span class="style4">Please send shareware fee plus any comments to:
  641.  
  642. Dr. Paul J. Treffner
  643. Department of Psychology
  644. University of Southern Queensland
  645. Toowoomba
  646. QLD 4350
  647. Australia
  648.  
  649. Email: treffner@usq.edu.au
  650. http://www.usq.edu.au/users/treffner
  651.  
  652.  
  653. </span></text>
  654.     </content>
  655.     <content>
  656.         <layer>card</layer>
  657.         <id>2</id>
  658.         <text><======
  659. Make sure scroll bar is at top before reading!
  660. </text>
  661.     </content>
  662.     <content>
  663.         <layer>card</layer>
  664.         <id>3</id>
  665.         <text>Basic Info</text>
  666.     </content>
  667.     <name></name>
  668.     <script></script>
  669. </card>
  670.  
  671.  
  672. card_4890.xml
  673. <?xml version="1.0" encoding="utf-8" ?>
  674. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  675. <card>
  676.     <id>4890</id>
  677.     <filler1>0</filler1>
  678.     <cantDelete> <false /> </cantDelete>
  679.     <showPict> <true /> </showPict>
  680.     <dontSearch> <false /> </dontSearch>
  681.     <owner>4610</owner>
  682.     <link rel="stylesheet" type="text/css" href="stylesheet_4092.css" />
  683.     <part>
  684.         <id>1</id>
  685.         <type>field</type>
  686.         <visible> <true /> </visible>
  687.         <dontWrap> <false /> </dontWrap>
  688.         <dontSearch> <false /> </dontSearch>
  689.         <sharedText> <false /> </sharedText>
  690.         <fixedLineHeight> <true /> </fixedLineHeight>
  691.         <autoTab> <false /> </autoTab>
  692.         <lockText> <false /> </lockText>
  693.         <rect>
  694.             <left>6</left>
  695.             <top>52</top>
  696.             <right>423</right>
  697.             <bottom>320</bottom>
  698.         </rect>
  699.         <style>scrolling</style>
  700.         <autoSelect> <false /> </autoSelect>
  701.         <showLines> <false /> </showLines>
  702.         <wideMargins> <true /> </wideMargins>
  703.         <multipleLines> <false /> </multipleLines>
  704.         <reservedFamily> 0 </reservedFamily>
  705.         <titleWidth>0</titleWidth>
  706.         <icon>0</icon>
  707.         <textAlign>left</textAlign>
  708.         <font>Geneva</font>
  709.         <textSize>12</textSize>
  710.         <textStyle>plain</textStyle>
  711.         <textHeight>16</textHeight>
  712.         <name></name>
  713.         <script></script>
  714.     </part>
  715.     <part>
  716.         <id>2</id>
  717.         <type>field</type>
  718.         <visible> <false /> </visible>
  719.         <dontWrap> <false /> </dontWrap>
  720.         <dontSearch> <false /> </dontSearch>
  721.         <sharedText> <false /> </sharedText>
  722.         <fixedLineHeight> <true /> </fixedLineHeight>
  723.         <autoTab> <false /> </autoTab>
  724.         <lockText> <false /> </lockText>
  725.         <rect>
  726.             <left>432</left>
  727.             <top>67</top>
  728.             <right>506</right>
  729.             <bottom>233</bottom>
  730.         </rect>
  731.         <style>transparent</style>
  732.         <autoSelect> <false /> </autoSelect>
  733.         <showLines> <false /> </showLines>
  734.         <wideMargins> <false /> </wideMargins>
  735.         <multipleLines> <false /> </multipleLines>
  736.         <reservedFamily> 0 </reservedFamily>
  737.         <titleWidth>0</titleWidth>
  738.         <icon>0</icon>
  739.         <textAlign>left</textAlign>
  740.         <font>Geneva</font>
  741.         <textSize>12</textSize>
  742.         <textStyle>bold</textStyle>
  743.         <textHeight>16</textHeight>
  744.         <name></name>
  745.         <script></script>
  746.     </part>
  747.     <part>
  748.         <id>3</id>
  749.         <type>field</type>
  750.         <visible> <true /> </visible>
  751.         <dontWrap> <false /> </dontWrap>
  752.         <dontSearch> <false /> </dontSearch>
  753.         <sharedText> <false /> </sharedText>
  754.         <fixedLineHeight> <true /> </fixedLineHeight>
  755.         <autoTab> <false /> </autoTab>
  756.         <lockText> <false /> </lockText>
  757.         <rect>
  758.             <left>289</left>
  759.             <top>33</top>
  760.             <right>441</right>
  761.             <bottom>49</bottom>
  762.         </rect>
  763.         <style>transparent</style>
  764.         <autoSelect> <false /> </autoSelect>
  765.         <showLines> <false /> </showLines>
  766.         <wideMargins> <false /> </wideMargins>
  767.         <multipleLines> <false /> </multipleLines>
  768.         <reservedFamily> 0 </reservedFamily>
  769.         <titleWidth>0</titleWidth>
  770.         <icon>0</icon>
  771.         <textAlign>left</textAlign>
  772.         <font>Geneva</font>
  773.         <textSize>10</textSize>
  774.         <textStyle>bold</textStyle>
  775.         <textHeight>13</textHeight>
  776.         <name></name>
  777.         <script></script>
  778.     </part>
  779.     <part>
  780.         <id>4</id>
  781.         <type>button</type>
  782.         <visible> <true /> </visible>
  783.         <reserved5> 0 </reserved5>
  784.         <reserved4> 0 </reserved4>
  785.         <reserved3> 0 </reserved3>
  786.         <reserved2> 0 </reserved2>
  787.         <reserved1> 0 </reserved1>
  788.         <enabled> <true /> </enabled>
  789.         <rect>
  790.             <left>447</left>
  791.             <top>315</top>
  792.             <right>512</right>
  793.             <bottom>342</bottom>
  794.         </rect>
  795.         <style>roundrect</style>
  796.         <showName> <true /> </showName>
  797.         <highlight> <false /> </highlight>
  798.         <autoHighlight> <true /> </autoHighlight>
  799.         <sharedHighlight> <true /> </sharedHighlight>
  800.         <family>0</family>
  801.         <titleWidth>0</titleWidth>
  802.         <icon>0</icon>
  803.         <textAlign>center</textAlign>
  804.         <font>Chicago</font>
  805.         <textSize>12</textSize>
  806.         <textStyle>plain</textStyle>
  807.         <name>menu</name>
  808.         <script>on mouseUp
  809. visual  scroll right    to black
  810. visual  scroll right   to card
  811. go to card 1
  812. end mouseUp
  813. </script>
  814.     </part>
  815.     <content>
  816.         <layer>card</layer>
  817.         <id>1</id>
  818.         <text><span class="style6">                          </span><span class="style16">BACKGROUND
  819.  
  820. </span><span class="style6">            </span><span class="style16">Connectionist representationism</span><span class="style6">
  821. </span><span class="style3">
  822.      This program explains some of the major concepts needed to understand learning and representation in models of nervous systems.  In recent years, the field of psychology has experienced a renaissance of interest in the biological and physical basis of memory, learning,  perception and action.  This has partly been due to the power which computer modeling has provided researchers in simulating our own and other animals' behavior (e.g., Anderson & Hinton, 1981).  
  823.      The last decade has also seen the development of elegant and powerful artificial neural-network mechanisms which simulate some of the details of real nervous systems (McClelland & Rumelhart, 1986; Rumelhart & McClelland, 1986).  The recent excitement about neural networks is due to the hypothesis that mental states (e.g. memories, dreams and perceptions) are a kind of "emergent property" of the many simple processes at the microscopic scale of continuous neural activity.  Neural networks show that "knowledge" may not exist in the brain as simple "pictures", words or symbols (as the approach of symbolic AI assumed in the 1970's), but instead may be coded as a diffuse, distributed pattern of activity distributed across large ensembles of neurons.  Neural network models allow the simulation of certain facts from neuropsychology and indicate that ‚Äúthoughts‚Äù and ‚Äúpercepts‚Äù are not constructed and represented in any single, local part of the brain, but are instead distributed and superimposed over large areas of nervous tissue in a pattern of electrical and chemical activity.  In particular, because different patterns are all stored in the </span><span class="style17">same</span><span class="style3"> nervous tissue, very interesting effects can naturally occur such as the mixing and blending of one pattern with another to creating new patterns and generalizations.  
  824.     In a connectionist model, knowledge is embodied or stored as a </span><span class="style17">simultaneous pattern</span><span class="style3"> of neural strengths in the multiple </span><span class="style17">connections</span><span class="style3"> between neurons. This approach to cognitive science has therefore become known as "Parallel Distributed Processing" (PDP) (McClelland & Rumelhart, 1986), but is just as often called connectionist or network modeling, for obvious reasons.
  825.     Although such a constructivist approach toward explaining mental states may in fact be fundamentally flawed due to an emphasis on the organism alone with no serious investigation of the impact of information from the environment (Treffner, 1987), neural networks do provide a powerful mechanism in which to examine the material reductionism  in the representationist hypothesis that </span><span class="style17">mental states may be brain states</span><span class="style3">.  
  826.  
  827. </span><span class="style6">              </span><span class="style16">Implications of connectionism</span><span class="style3">
  828.  
  829.      Connectionist modeling has been used to help understand the mechanisms upon which human behavior are founded.  It has also been used to support the suggestion that animals and humans may be more similar psychologically than previously realized.  We can learn about ourselves through studying the neural processes of other organisms and then showing that both depend upon similar principles that can be modelled.  The philosopher Descartes, and those who followed him, believed that non-human species were simple, unconscious machines but that we were different since we possessed "consciousness".  The new models of neural networks show how the complex behavior of both humans and animals might be conceived in the same physical terms‚Äîas the result of a miriad of interactions occurring in their nervous systems.  Old issues such as the existence of animal consciousness can then be given a fresh interpretation since we can ask questions guided by the similarities between neural facts, predictions from network models, and observed behavior.  
  830.     Although highly successful, the neural network approach is not without its critics.  For example, the central problem of how to discover or define appropriate features on the input units (the problem of </span><span class="style17">information</span><span class="style3">!) has never been adequately addressed by network representationist approaches (Treffner, 1987).  One answer to this fundamental issue comes from a realisation of the the deep evolutionary and ecological constraints that must apply to any purported mechanism underlying the dynamics of perception and action.  From this perspective, network architectures would need to conform to the level of dynamical and ecological constraint, a level of constraint usually ignored in network modelling (Gibson, 1979; Kelso, 1995).  It is perhaps with respect to this informational and ecological level of analysis that network models might still provide useful insights into the mechanisms supporting the behavior of complex systems (Treffner, 1987, 1997). 
  831.     
  832.     It is hoped that this tutorial will provide the student with a concrete grasp of the basic hypothesis of connectionist representation: how many very simple and meaningless processes at a microscopic neural scale might provide a substrate on which macroscopic ensemble effects emerge at the scale of everyday experience.
  833.  
  834.  
  835.                                 </span><span class="style16">REFERENCES</span><span class="style3">
  836.  
  837. </span><span class="style6">Anderson, J. A., & Hinton, G. E. (1981/1989).</span><span class="style3">  </span><span class="style17">Parallel models of associative memory.</span><span class="style3">  Lawrence Earlbaum Associates.  (The volume which set the ball rolling for the PDP revival of the 1980's.)
  838. </span><span class="style6">Caudill, M., & Butler, C. (1990).</span><span class="style3">  </span><span class="style17">Naturally intelligent systems.</span><span class="style3">  MIT Press.  (A readable introduction to the main ideas of connectionism.  No equations, no references, just English!)</span><span class="style6">
  839. Gibson, J. J. (1979/1986).</span><span class="style3"> The ecological approach to visual perception. LEA. (The classic text on perception by a scientific visionary).
  840. </span><span class="style6">Gonzales, M. E. Q., Treffner, P. J., & French, T. (1988).</span><span class="style3">  A naturalistic approach to mental representation.  Presented at the Int. Conf. on Thinking, Aberdeen. Reprinted in Gilhooly, K. J., Keane, M. T. G., Logie, R. H., & Erdos, G. (1990), </span><span class="style17">Lines of thinking: Reflections on the psychology of thought</span><span class="style3">, Wiley.  (Reconsiders the debate between AI and PDP from the standpoint of  ecological psychology.)
  841. </span><span class="style6">Kelso, J. A. S. (1995).</span><span class="style3"> Dynamic patterns: The self-organisation of brain and behavior. MIT Press. (Classic text on dynamical systems in psychology).
  842. </span><span class="style6">McClelland, J. L., & Rumelhart, D. E. (1986).</span><span class="style3">  </span><span class="style17">Parallel distributed processing, Vol. 2: Psychological and biological models.</span><span class="style3">  MIT Press.  
  843. &
  844. </span><span class="style6">Rumelhart, D. E., & McClelland, J. L. (1986).</span><span class="style3">  </span><span class="style17">Parallel distributed processing, Vol. 1: Foundations. </span><span class="style3">MIT Press.  (These two researchers originated the term "PDP" and their volumes have become the essential references in the area.  The necessary equations are explained in sufficiently transparent detail.)
  845. </span><span class="style6">Rumelhart, D. E., & McClelland, J. L. (1988).</span><span class="style3">  Explorations in parallel distributed processing.  (A companion volume to PDP 1 & 2.  Tutorial format which includes programs for simulating the many different network models available.  Additional explanation of the equations.  Inexpensive.)
  846. </span><span class="style6">Treffner, P. J. (1987).</span><span class="style3">  Ecological connectionism and animal-environment mutuality.  In M. Caudill (Ed.) </span><span class="style17">Proc. IEEE 1st Int. Conf. on Neural Networks,</span><span class="style3"> </span><span class="style17">Vol. 2</span><span class="style3">, pp. 813-820, San Diego.
  847. </span><span class="style6">Treffner, P. J. (1997).</span><span class="style3"> Representation and specification in the dynamics of cognition: Review of Robert F. Port and Tomothy van Gelder (Eds.), Mind as motion: Explorations in the dynamics of cognition. Contemporary Psychology, Vol 42, Num 8.
  848. </span></text>
  849.     </content>
  850.     <content>
  851.         <layer>card</layer>
  852.         <id>2</id>
  853.         <text><======
  854. Make sure scroll bar is at top before reading!
  855. </text>
  856.     </content>
  857.     <content>
  858.         <layer>card</layer>
  859.         <id>3</id>
  860.         <text>Background</text>
  861.     </content>
  862.     <name></name>
  863.     <script></script>
  864. </card>
  865.  
  866.  
  867. card_5355.xml
  868. <?xml version="1.0" encoding="utf-8" ?>
  869. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  870. <card>
  871.     <id>5355</id>
  872.     <filler1>0</filler1>
  873.     <cantDelete> <false /> </cantDelete>
  874.     <showPict> <true /> </showPict>
  875.     <dontSearch> <false /> </dontSearch>
  876.     <owner>4610</owner>
  877.     <link rel="stylesheet" type="text/css" href="stylesheet_4092.css" />
  878.     <part>
  879.         <id>1</id>
  880.         <type>field</type>
  881.         <visible> <true /> </visible>
  882.         <dontWrap> <false /> </dontWrap>
  883.         <dontSearch> <false /> </dontSearch>
  884.         <sharedText> <false /> </sharedText>
  885.         <fixedLineHeight> <true /> </fixedLineHeight>
  886.         <autoTab> <false /> </autoTab>
  887.         <lockText> <false /> </lockText>
  888.         <rect>
  889.             <left>6</left>
  890.             <top>52</top>
  891.             <right>423</right>
  892.             <bottom>320</bottom>
  893.         </rect>
  894.         <style>scrolling</style>
  895.         <autoSelect> <false /> </autoSelect>
  896.         <showLines> <false /> </showLines>
  897.         <wideMargins> <true /> </wideMargins>
  898.         <multipleLines> <false /> </multipleLines>
  899.         <reservedFamily> 0 </reservedFamily>
  900.         <titleWidth>0</titleWidth>
  901.         <icon>0</icon>
  902.         <textAlign>left</textAlign>
  903.         <font>Geneva</font>
  904.         <textSize>12</textSize>
  905.         <textStyle>plain</textStyle>
  906.         <textHeight>16</textHeight>
  907.         <name></name>
  908.         <script></script>
  909.     </part>
  910.     <part>
  911.         <id>2</id>
  912.         <type>field</type>
  913.         <visible> <false /> </visible>
  914.         <dontWrap> <false /> </dontWrap>
  915.         <dontSearch> <false /> </dontSearch>
  916.         <sharedText> <false /> </sharedText>
  917.         <fixedLineHeight> <true /> </fixedLineHeight>
  918.         <autoTab> <false /> </autoTab>
  919.         <lockText> <false /> </lockText>
  920.         <rect>
  921.             <left>432</left>
  922.             <top>67</top>
  923.             <right>506</right>
  924.             <bottom>233</bottom>
  925.         </rect>
  926.         <style>transparent</style>
  927.         <autoSelect> <false /> </autoSelect>
  928.         <showLines> <false /> </showLines>
  929.         <wideMargins> <false /> </wideMargins>
  930.         <multipleLines> <false /> </multipleLines>
  931.         <reservedFamily> 0 </reservedFamily>
  932.         <titleWidth>0</titleWidth>
  933.         <icon>0</icon>
  934.         <textAlign>left</textAlign>
  935.         <font>Geneva</font>
  936.         <textSize>12</textSize>
  937.         <textStyle>bold</textStyle>
  938.         <textHeight>16</textHeight>
  939.         <name></name>
  940.         <script></script>
  941.     </part>
  942.     <part>
  943.         <id>3</id>
  944.         <type>field</type>
  945.         <visible> <true /> </visible>
  946.         <dontWrap> <false /> </dontWrap>
  947.         <dontSearch> <false /> </dontSearch>
  948.         <sharedText> <false /> </sharedText>
  949.         <fixedLineHeight> <true /> </fixedLineHeight>
  950.         <autoTab> <false /> </autoTab>
  951.         <lockText> <false /> </lockText>
  952.         <rect>
  953.             <left>289</left>
  954.             <top>33</top>
  955.             <right>441</right>
  956.             <bottom>49</bottom>
  957.         </rect>
  958.         <style>transparent</style>
  959.         <autoSelect> <false /> </autoSelect>
  960.         <showLines> <false /> </showLines>
  961.         <wideMargins> <false /> </wideMargins>
  962.         <multipleLines> <false /> </multipleLines>
  963.         <reservedFamily> 0 </reservedFamily>
  964.         <titleWidth>0</titleWidth>
  965.         <icon>0</icon>
  966.         <textAlign>left</textAlign>
  967.         <font>Geneva</font>
  968.         <textSize>10</textSize>
  969.         <textStyle>bold</textStyle>
  970.         <textHeight>13</textHeight>
  971.         <name></name>
  972.         <script></script>
  973.     </part>
  974.     <part>
  975.         <id>4</id>
  976.         <type>button</type>
  977.         <visible> <true /> </visible>
  978.         <reserved5> 0 </reserved5>
  979.         <reserved4> 0 </reserved4>
  980.         <reserved3> 0 </reserved3>
  981.         <reserved2> 0 </reserved2>
  982.         <reserved1> 0 </reserved1>
  983.         <enabled> <true /> </enabled>
  984.         <rect>
  985.             <left>447</left>
  986.             <top>315</top>
  987.             <right>512</right>
  988.             <bottom>342</bottom>
  989.         </rect>
  990.         <style>roundrect</style>
  991.         <showName> <true /> </showName>
  992.         <highlight> <false /> </highlight>
  993.         <autoHighlight> <true /> </autoHighlight>
  994.         <sharedHighlight> <true /> </sharedHighlight>
  995.         <family>0</family>
  996.         <titleWidth>0</titleWidth>
  997.         <icon>0</icon>
  998.         <textAlign>center</textAlign>
  999.         <font>Chicago</font>
  1000.         <textSize>12</textSize>
  1001.         <textStyle>plain</textStyle>
  1002.         <name>menu</name>
  1003.         <script>on mouseUp
  1004. visual  scroll right    to black
  1005. visual  scroll right   to card
  1006. go to card 1
  1007. end mouseUp
  1008. </script>
  1009.     </part>
  1010.     <content>
  1011.         <layer>card</layer>
  1012.         <id>1</id>
  1013.         <text><span class="style6">                </span><span class="style16">THE HYPERCARD PROGRAMS</span><span class="style6">
  1014.  
  1015. </span><span class="style16">The Tutorial</span><span class="style3">
  1016.      The program is divided into </span><span class="style6">two</span><span class="style3"> </span><span class="style6">parts</span><span class="style3">.  The first part consists of Menu Options 2 to 9 and provides a </span><span class="style6">Tutorial</span><span class="style3"> on neural network models of associative memory.  Starting with an outline of what a single neuron is and does, the user can see how to build a network which implements a simple pattern associator using a form of synaptic weight adjustment called "Hebbian learning".  It is strongly recommended that the user works through all these tutorials in sequential order.  Just click on the topic in the Menu screen.
  1017.      The user can view screens as fast as he or she wishes; the tutorials are, for the most part, self-paced.  This means the user can click on a </span><span class="style6">NEXT</span><span class="style3"> button at the bottom of the screen to view the next screen in a given tutorial.  You can return to the menu at any stage in a tutorial by clicking the </span><span class="style6">MENU</span><span class="style3"> button in the bottom corner of the screen.
  1018.  
  1019. </span><span class="style18">TO STOP PROGRAM EXECUTION</span><span class="style3">: If at any stage the user wishes to stop program execution, then the "Apple/command‚Äù key should be held down while simultaneously hitting the ‚Äú.‚Äù (period) key.
  1020.  
  1021.  
  1022. </span><span class="style16">The Simulator</span><span class="style3">
  1023.      Menu Option 10 takes the user to the other major part of the program which is a neural network </span><span class="style6">Simulator</span><span class="style3"> itself.  The simulator allows the user to watch the network learn a Hebbian association between two patterns of neural activity, and subsequently test the new pattern of connection weights by presenting incomplete or partial patterns.  This demonstrates the process of so-called "pattern completion" which is thought by some researchers to occur in the brain, for example, when seeing  parts of objects that are occluded by other objects.  In this case we know (or perceive) that a whole object is really there rather than only the part visible (e.g. we know or perceive that a person occluded by a table isn‚Äôt really half a person!).  The simulator network is based on the simple introductory network presented pp. 34, 35 of Rumelhart and McClelland (1986).  Readers might find it useful to refer back to that chapter while using the simulator.
  1024.     A second aspect of the simulator demonstrates how five digits (e.g., 1, 2, 3, 4, 5) may each be represented as a pattern of activation and then learned and stored in the same network. This can be considered a "real world" example of pattern recognition and pattern completion.  In addition, the numbers simulation also allows the user to build NEW associative networks of ANY NUMBER of input and output units, thus permitting the learning of any association required.
  1025.                                                                        </span></text>
  1026.     </content>
  1027.     <content>
  1028.         <layer>card</layer>
  1029.         <id>2</id>
  1030.         <text><======
  1031. Make sure scroll bar is at top before reading!
  1032. </text>
  1033.     </content>
  1034.     <content>
  1035.         <layer>card</layer>
  1036.         <id>3</id>
  1037.         <text>The Programs</text>
  1038.     </content>
  1039.     <name></name>
  1040.     <script></script>
  1041. </card>
  1042.  
  1043.  
  1044. card_5591.xml
  1045. <?xml version="1.0" encoding="utf-8" ?>
  1046. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1047. <card>
  1048.     <id>5591</id>
  1049.     <filler1>0</filler1>
  1050.     <cantDelete> <false /> </cantDelete>
  1051.     <showPict> <true /> </showPict>
  1052.     <dontSearch> <false /> </dontSearch>
  1053.     <owner>4610</owner>
  1054.     <link rel="stylesheet" type="text/css" href="stylesheet_4092.css" />
  1055.     <part>
  1056.         <id>1</id>
  1057.         <type>field</type>
  1058.         <visible> <true /> </visible>
  1059.         <dontWrap> <false /> </dontWrap>
  1060.         <dontSearch> <false /> </dontSearch>
  1061.         <sharedText> <false /> </sharedText>
  1062.         <fixedLineHeight> <true /> </fixedLineHeight>
  1063.         <autoTab> <false /> </autoTab>
  1064.         <lockText> <false /> </lockText>
  1065.         <rect>
  1066.             <left>6</left>
  1067.             <top>52</top>
  1068.             <right>423</right>
  1069.             <bottom>320</bottom>
  1070.         </rect>
  1071.         <style>scrolling</style>
  1072.         <autoSelect> <false /> </autoSelect>
  1073.         <showLines> <false /> </showLines>
  1074.         <wideMargins> <true /> </wideMargins>
  1075.         <multipleLines> <false /> </multipleLines>
  1076.         <reservedFamily> 0 </reservedFamily>
  1077.         <titleWidth>0</titleWidth>
  1078.         <icon>0</icon>
  1079.         <textAlign>left</textAlign>
  1080.         <font>Geneva</font>
  1081.         <textSize>12</textSize>
  1082.         <textStyle>plain</textStyle>
  1083.         <textHeight>16</textHeight>
  1084.         <name></name>
  1085.         <script></script>
  1086.     </part>
  1087.     <part>
  1088.         <id>2</id>
  1089.         <type>field</type>
  1090.         <visible> <false /> </visible>
  1091.         <dontWrap> <false /> </dontWrap>
  1092.         <dontSearch> <false /> </dontSearch>
  1093.         <sharedText> <false /> </sharedText>
  1094.         <fixedLineHeight> <true /> </fixedLineHeight>
  1095.         <autoTab> <false /> </autoTab>
  1096.         <lockText> <false /> </lockText>
  1097.         <rect>
  1098.             <left>432</left>
  1099.             <top>67</top>
  1100.             <right>506</right>
  1101.             <bottom>233</bottom>
  1102.         </rect>
  1103.         <style>transparent</style>
  1104.         <autoSelect> <false /> </autoSelect>
  1105.         <showLines> <false /> </showLines>
  1106.         <wideMargins> <false /> </wideMargins>
  1107.         <multipleLines> <false /> </multipleLines>
  1108.         <reservedFamily> 0 </reservedFamily>
  1109.         <titleWidth>0</titleWidth>
  1110.         <icon>0</icon>
  1111.         <textAlign>left</textAlign>
  1112.         <font>Geneva</font>
  1113.         <textSize>12</textSize>
  1114.         <textStyle>bold</textStyle>
  1115.         <textHeight>16</textHeight>
  1116.         <name></name>
  1117.         <script></script>
  1118.     </part>
  1119.     <part>
  1120.         <id>3</id>
  1121.         <type>field</type>
  1122.         <visible> <true /> </visible>
  1123.         <dontWrap> <false /> </dontWrap>
  1124.         <dontSearch> <false /> </dontSearch>
  1125.         <sharedText> <false /> </sharedText>
  1126.         <fixedLineHeight> <true /> </fixedLineHeight>
  1127.         <autoTab> <false /> </autoTab>
  1128.         <lockText> <false /> </lockText>
  1129.         <rect>
  1130.             <left>289</left>
  1131.             <top>33</top>
  1132.             <right>441</right>
  1133.             <bottom>49</bottom>
  1134.         </rect>
  1135.         <style>transparent</style>
  1136.         <autoSelect> <false /> </autoSelect>
  1137.         <showLines> <false /> </showLines>
  1138.         <wideMargins> <false /> </wideMargins>
  1139.         <multipleLines> <false /> </multipleLines>
  1140.         <reservedFamily> 0 </reservedFamily>
  1141.         <titleWidth>0</titleWidth>
  1142.         <icon>0</icon>
  1143.         <textAlign>left</textAlign>
  1144.         <font>Geneva</font>
  1145.         <textSize>10</textSize>
  1146.         <textStyle>bold</textStyle>
  1147.         <textHeight>13</textHeight>
  1148.         <name></name>
  1149.         <script></script>
  1150.     </part>
  1151.     <part>
  1152.         <id>4</id>
  1153.         <type>button</type>
  1154.         <visible> <true /> </visible>
  1155.         <reserved5> 0 </reserved5>
  1156.         <reserved4> 0 </reserved4>
  1157.         <reserved3> 0 </reserved3>
  1158.         <reserved2> 0 </reserved2>
  1159.         <reserved1> 0 </reserved1>
  1160.         <enabled> <true /> </enabled>
  1161.         <rect>
  1162.             <left>447</left>
  1163.             <top>315</top>
  1164.             <right>512</right>
  1165.             <bottom>342</bottom>
  1166.         </rect>
  1167.         <style>roundrect</style>
  1168.         <showName> <true /> </showName>
  1169.         <highlight> <false /> </highlight>
  1170.         <autoHighlight> <true /> </autoHighlight>
  1171.         <sharedHighlight> <true /> </sharedHighlight>
  1172.         <family>0</family>
  1173.         <titleWidth>0</titleWidth>
  1174.         <icon>0</icon>
  1175.         <textAlign>center</textAlign>
  1176.         <font>Chicago</font>
  1177.         <textSize>12</textSize>
  1178.         <textStyle>plain</textStyle>
  1179.         <name>menu</name>
  1180.         <script>on mouseUp
  1181. visual  scroll right    to black
  1182. visual  scroll right   to card
  1183. go to card 1
  1184. end mouseUp
  1185. </script>
  1186.     </part>
  1187.     <content>
  1188.         <layer>card</layer>
  1189.         <id>1</id>
  1190.         <text><span class="style6">            </span><span class="style16">THE NEURAL NETWORK SIMULATOR
  1191. </span><span class="style6">
  1192. </span><span class="style3">
  1193.     The simulator allows the user to experiment with the Hebbian learning process by entering pairs of patterns to be associated together and then watching how the connection strengths change.  The best way to become acquainted with the simulator is to click </span><span class="style6">SIMULATOR INTRODUCTION</span><span class="style3"> in the </span><span class="style6">SIMULATOR MENU</span><span class="style3">.  This eventually takes you to the simulator itself. You can then follow the instructions given on how to enter the input and target patterns to be learned.  
  1194.  
  1195. Be sure to read below what the function of the various buttons, fields, and screens are before clicking on </span><span class="style6">SIMULATOR INTRODUCTION</span><span class="style3">.
  1196.  
  1197.  
  1198. </span><span class="style16">GRAPHICS vs. MATRIX DISPLAYS</span><span class="style6">:</span><span class="style16">
  1199. </span><span class="style3">
  1200. You have the option of either of two display formats:
  1201.  
  1202. </span><span class="style6">1) GRAPHICS: </span><span class="style3">a "classical" network-type display with the input units below fully connected to the output units above them, or 
  1203.  
  1204. </span><span class="style6">2) MATRIX:</span><span class="style3"> a "matrix" display which allows a more transparent picture of the pattern of individual weights in terms of positive and negative values (i.e. the "weight matrix")
  1205.  
  1206.      The advantage of the </span><span class="style6">GRAPHICS</span><span class="style3"> mode is that it uses a display format analogous to that previously used in the introductory tutorials.
  1207.  
  1208.      The advantage of the </span><span class="style6">MATRIX</span><span class="style3"> display is that in addition to the clear display of weight patterns, this format is also used in the </span><span class="style6">NUMBER LEARNING NETWORK</span><span class="style3"> example which requires 15 input and 15 output/target units.  This means there are a total of 225 weights which can be changed each cycle which is far too many weights to display using the </span><span class="style6">GRAPHICS</span><span class="style3"> type format.
  1209.  
  1210. ________________________________________________</span><span class="style21">
  1211. </span><span class="style3">
  1212.                              </span><span class="style16">THE SETUP SCREEN</span><span class="style6">
  1213. </span><span class="style3">
  1214. This screen allows the user to enter the main parameters which control network operation including the actual patterns to be associated and stored.
  1215.  
  1216.  
  1217. </span><span class="style16">BUTTONS</span><span class="style6">:
  1218. </span><span class="style3">
  1219.     </span><span class="style16">SETUP</span><span class="style6">:</span><span class="style3">  The  </span><span class="style6">SETUP</span><span class="style3"> button prompts the user for 
  1220.  
  1221. (1) the total number of input-target pairs to be associated, e.g. 2 means: 2 input-target pairs (which is 4 patterns in total);
  1222.  
  1223. (2) the learning rate parameter, "r", e.g. 0.25;
  1224.  
  1225. (3) the actual input and target patterns with each individual value ("1" or "-1") separated by commas (","), e.g. 1,-1,-1,1 
  1226.  
  1227. (4) whether the user requires extra information to be displayed during learning.  Clicking on "</span><span class="style6">Yes</span><span class="style3">" will slow the learning procedure down, but will also display extra messages explaining individual stages in the learning process.
  1228.  
  1229. </span><span class="style6">Note:</span><span class="style3"> 
  1230. </span><span class="style16">Direct entry of patterns and parameters</span><span class="style6">:</span><span class="style3">  All the above values (except extra information) may be entered without clicking the </span><span class="style6">SETUP</span><span class="style3"> button.  Simply place the cursor in the appropriate field, darken any previous values to delete them, and enter the new values in their place.  Be sure such parameters as the number of pairs and the learning rate are entered.
  1231.  
  1232.     </span><span class="style16">LEARN</span><span class="style6">:</span><span class="style3">  The </span><span class="style6">LEARN</span><span class="style3"> button should be pressed after all appropriate setup values have been entered either by using the </span><span class="style6">SETUP</span><span class="style3"> button, or by manually entering the values in the appropriate fields.  There is a </span><span class="style6">LEARN</span><span class="style3"> button for both </span><span class="style6">Matrix</span><span class="style3"> and </span><span class="style6">Graphics</span><span class="style3"> display options.
  1233.  
  1234.     </span><span class="style16">TEST</span><span class="style6">:</span><span class="style3">  The </span><span class="style6">TEST</span><span class="style3"> button may be clicked on completion of learning after a test pattern has been entered in the "Enter test input" field.  There is a </span><span class="style6">TEST</span><span class="style3"> button for both the </span><span class="style6">Matrix</span><span class="style3"> and </span><span class="style6">Graphics</span><span class="style3"> formats.
  1235.  
  1236.     </span><span class="style16">GO TO</span><span class="style6">:</span><span class="style3">  Below the label "Go To" are two buttons to take the user either to the </span><span class="style6">Graphics</span><span class="style3"> or </span><span class="style6">Matrix</span><span class="style3"> displays.
  1237.  
  1238.     </span><span class="style16">MENU</span><span class="style6">:</span><span class="style3">  The </span><span class="style6">MENU</span><span class="style3"> button takes the user back to the main menu.
  1239.  
  1240.                  
  1241.  
  1242. </span><span class="style16">FIELDS</span><span class="style6">:</span><span class="style3">
  1243.  
  1244.     </span><span class="style16">TOTAL PATTERNS</span><span class="style6">:</span><span class="style3">
  1245. This field displays the total number of pattern pairs to be learned and should be entered by the user in the </span><span class="style6">Setup</span><span class="style3"> </span><span class="style6">screen</span><span class="style3">.
  1246.  
  1247.     </span><span class="style16">LEARNING RATE</span><span class="style6">:</span><span class="style3">
  1248. This field displays the learning rate, "r", which should have been entered by the user in the </span><span class="style6">Setup</span><span class="style3"> </span><span class="style6">screen</span><span class="style3">.
  1249.  
  1250.     </span><span class="style16">INPUTS and TARGETS</span><span class="style6">:</span><span class="style3">
  1251. These two fields display input and target patterns.  The patterns are entered by the user in the </span><span class="style6">Setup</span><span class="style3"> </span><span class="style6">screen</span><span class="style3">.
  1252.  
  1253. ________________________________________________</span><span class="style21">
  1254. </span><span class="style3"> 
  1255.                         </span><span class="style16">THE GRAPHICS SCREEN</span><span class="style3">
  1256.  
  1257. The </span><span class="style6">Graphics</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> displays a fully interconnected neural network with one layer of connection weights.  Input units are below with their activation values shown within each unit.  Output units are above the inputs with activations shown within each unit.  The target units are above the output units.  Weights are shown on each connection from input to output unit.
  1258.  
  1259. </span><span class="style16">BUTONS</span><span class="style6">:</span><span class="style3">
  1260.  
  1261.     </span><span class="style16">LEARN</span><span class="style6">:</span><span class="style3">  The patterns previously entered in the </span><span class="style6">Setup</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> may be learned by pressing the </span><span class="style6">LEARN</span><span class="style3"> button in the Graphics screen.
  1262.  
  1263.     </span><span class="style16">TEST</span><span class="style6">:</span><span class="style3">  Pressing the </span><span class="style6">TEST</span><span class="style3"> button takes the user to the </span><span class="style6">Setup</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> where a test input can be entered.  Appropriate fields and buttons are flashed to indicate the user's next appropriate action.
  1264.  
  1265.     </span><span class="style16">SHOW INPUTS</span><span class="style6">:</span><span class="style3">  At the completion of learning, the </span><span class="style6">SHOW INPUTS</span><span class="style3"> button can display the input-target pairs for comparison to the actual output produced by the network.  This is especially useful after testing a partial pattern as test input to check whether the output produced was equal to the output expected from previous learning.  Clicking the </span><span class="style6">SHOW</span><span class="style3"> </span><span class="style6">INPUTS</span><span class="style3"> button once displays pattern pairs.  Clicking it again hides the patterns.
  1266.  
  1267. </span><span class="style16">FIELDS:</span><span class="style3">
  1268.  
  1269.     </span><span class="style16">PATTERN NUMBER</span><span class="style6">:</span><span class="style3"> The curre</span><span class="style18">nt</span><span class="style3"> number of the pattern pair currently being associated by the network is shown in the field called </span><span class="style6">PATTERN No. </span><span class="style3"> As each pattern pair is learned, the next new input pattern is placed on the input units and the value in </span><span class="style6">PATTERN</span><span class="style3"> </span><span class="style6">No.</span><span class="style3"> is increases by one.
  1270.  
  1271.     </span><span class="style16">CYCLE NUMBER</span><span class="style6">:</span><span class="style3"> </span><span class="style18">Th</span><span class="style3">e value in </span><span class="style6">CYCLE No.</span><span class="style16"> </span><span class="style3">increases each time the network completes a cycle.  A cycle means one sweep of the input pattern through the weights and comparison of the newly computed outputs to the target pattern.  Several cycles may be required before the output pattern equals the target pattern for a given input-target pair.
  1272.  
  1273. ________________________________________________</span><span class="style21">
  1274. </span><span class="style3">
  1275.                                </span><span class="style16">THE MATRIX SCREEN</span><span class="style6">
  1276. </span><span class="style3">
  1277. The buttons on the </span><span class="style6">Matrix</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> have exactly the same function as on the </span><span class="style6">Graphics</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> (see above).  However note that they are positioned differently on the screen.  The </span><span class="style6">Matrix</span><span class="style3"> display provides a nice representation of the weights and is preferable to the </span><span class="style6">Graphics</span><span class="style3"> format for seeing how they are patterned in terms of positive or negative values. This is especially the case when the user explores the "Numbers Simulation" demo that has far too many weights to display in the </span><span class="style6">Graphics</span><span class="style3"> format.
  1278.  
  1279.  
  1280. </span><span class="style16">SAVING WEIGHTS</span><span class="style6">:  </span><span class="style3">The </span><span class="style6">Matrix</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> also provides a facility for saving a set of weights once learned, and loading a set which were saved previously.  This allows the user to quickly run the network with a set of weights which may have taken considerable time (!!) to learn initially.  Click either the button </span><span class="style6">SAVE WTS </span><span class="style3">or </span><span class="style6">LOAD WTS</span><span class="style3"> for this function.  Note that these buttons are not replicated in the </span><span class="style6">Graphics</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> so the user should go to the </span><span class="style6">Matrix</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> in order to save or load weights.
  1281.  
  1282. </span></text>
  1283.     </content>
  1284.     <content>
  1285.         <layer>card</layer>
  1286.         <id>2</id>
  1287.         <text><======
  1288. Make sure scroll bar is at top before reading!
  1289. </text>
  1290.     </content>
  1291.     <content>
  1292.         <layer>card</layer>
  1293.         <id>3</id>
  1294.         <text>The Network Simulator</text>
  1295.     </content>
  1296.     <name></name>
  1297.     <script></script>
  1298. </card>
  1299.  
  1300.  
  1301. card_5735.xml
  1302. <?xml version="1.0" encoding="utf-8" ?>
  1303. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1304. <card>
  1305.     <id>5735</id>
  1306.     <filler1>0</filler1>
  1307.     <cantDelete> <false /> </cantDelete>
  1308.     <showPict> <true /> </showPict>
  1309.     <dontSearch> <false /> </dontSearch>
  1310.     <owner>4610</owner>
  1311.     <link rel="stylesheet" type="text/css" href="stylesheet_4092.css" />
  1312.     <part>
  1313.         <id>1</id>
  1314.         <type>field</type>
  1315.         <visible> <true /> </visible>
  1316.         <dontWrap> <false /> </dontWrap>
  1317.         <dontSearch> <false /> </dontSearch>
  1318.         <sharedText> <false /> </sharedText>
  1319.         <fixedLineHeight> <true /> </fixedLineHeight>
  1320.         <autoTab> <false /> </autoTab>
  1321.         <lockText> <false /> </lockText>
  1322.         <rect>
  1323.             <left>6</left>
  1324.             <top>52</top>
  1325.             <right>423</right>
  1326.             <bottom>320</bottom>
  1327.         </rect>
  1328.         <style>scrolling</style>
  1329.         <autoSelect> <false /> </autoSelect>
  1330.         <showLines> <false /> </showLines>
  1331.         <wideMargins> <true /> </wideMargins>
  1332.         <multipleLines> <false /> </multipleLines>
  1333.         <reservedFamily> 0 </reservedFamily>
  1334.         <titleWidth>0</titleWidth>
  1335.         <icon>0</icon>
  1336.         <textAlign>left</textAlign>
  1337.         <font>Geneva</font>
  1338.         <textSize>12</textSize>
  1339.         <textStyle>plain</textStyle>
  1340.         <textHeight>16</textHeight>
  1341.         <name></name>
  1342.         <script></script>
  1343.     </part>
  1344.     <part>
  1345.         <id>2</id>
  1346.         <type>field</type>
  1347.         <visible> <false /> </visible>
  1348.         <dontWrap> <false /> </dontWrap>
  1349.         <dontSearch> <false /> </dontSearch>
  1350.         <sharedText> <false /> </sharedText>
  1351.         <fixedLineHeight> <true /> </fixedLineHeight>
  1352.         <autoTab> <false /> </autoTab>
  1353.         <lockText> <false /> </lockText>
  1354.         <rect>
  1355.             <left>432</left>
  1356.             <top>67</top>
  1357.             <right>506</right>
  1358.             <bottom>233</bottom>
  1359.         </rect>
  1360.         <style>transparent</style>
  1361.         <autoSelect> <false /> </autoSelect>
  1362.         <showLines> <false /> </showLines>
  1363.         <wideMargins> <false /> </wideMargins>
  1364.         <multipleLines> <false /> </multipleLines>
  1365.         <reservedFamily> 0 </reservedFamily>
  1366.         <titleWidth>0</titleWidth>
  1367.         <icon>0</icon>
  1368.         <textAlign>left</textAlign>
  1369.         <font>Geneva</font>
  1370.         <textSize>12</textSize>
  1371.         <textStyle>bold</textStyle>
  1372.         <textHeight>16</textHeight>
  1373.         <name></name>
  1374.         <script></script>
  1375.     </part>
  1376.     <part>
  1377.         <id>3</id>
  1378.         <type>field</type>
  1379.         <visible> <true /> </visible>
  1380.         <dontWrap> <false /> </dontWrap>
  1381.         <dontSearch> <false /> </dontSearch>
  1382.         <sharedText> <false /> </sharedText>
  1383.         <fixedLineHeight> <true /> </fixedLineHeight>
  1384.         <autoTab> <false /> </autoTab>
  1385.         <lockText> <false /> </lockText>
  1386.         <rect>
  1387.             <left>289</left>
  1388.             <top>33</top>
  1389.             <right>441</right>
  1390.             <bottom>49</bottom>
  1391.         </rect>
  1392.         <style>transparent</style>
  1393.         <autoSelect> <false /> </autoSelect>
  1394.         <showLines> <false /> </showLines>
  1395.         <wideMargins> <false /> </wideMargins>
  1396.         <multipleLines> <false /> </multipleLines>
  1397.         <reservedFamily> 0 </reservedFamily>
  1398.         <titleWidth>0</titleWidth>
  1399.         <icon>0</icon>
  1400.         <textAlign>left</textAlign>
  1401.         <font>Geneva</font>
  1402.         <textSize>10</textSize>
  1403.         <textStyle>bold</textStyle>
  1404.         <textHeight>13</textHeight>
  1405.         <name></name>
  1406.         <script></script>
  1407.     </part>
  1408.     <part>
  1409.         <id>4</id>
  1410.         <type>button</type>
  1411.         <visible> <true /> </visible>
  1412.         <reserved5> 0 </reserved5>
  1413.         <reserved4> 0 </reserved4>
  1414.         <reserved3> 0 </reserved3>
  1415.         <reserved2> 0 </reserved2>
  1416.         <reserved1> 0 </reserved1>
  1417.         <enabled> <true /> </enabled>
  1418.         <rect>
  1419.             <left>447</left>
  1420.             <top>315</top>
  1421.             <right>512</right>
  1422.             <bottom>342</bottom>
  1423.         </rect>
  1424.         <style>roundrect</style>
  1425.         <showName> <true /> </showName>
  1426.         <highlight> <false /> </highlight>
  1427.         <autoHighlight> <true /> </autoHighlight>
  1428.         <sharedHighlight> <true /> </sharedHighlight>
  1429.         <family>0</family>
  1430.         <titleWidth>0</titleWidth>
  1431.         <icon>0</icon>
  1432.         <textAlign>center</textAlign>
  1433.         <font>Chicago</font>
  1434.         <textSize>12</textSize>
  1435.         <textStyle>plain</textStyle>
  1436.         <name>menu</name>
  1437.         <script>on mouseUp
  1438. visual  scroll right    to black
  1439. visual  scroll right   to card
  1440. go to card 1
  1441. end mouseUp
  1442. </script>
  1443.     </part>
  1444.     <content>
  1445.         <layer>card</layer>
  1446.         <id>1</id>
  1447.         <text><span class="style3">                          </span><span class="style16">THE NUMBERS NETWORK</span><span class="style6">
  1448. </span><span class="style3">                     
  1449. </span><span class="style16">INTRODUCTION</span><span class="style3">
  1450.  
  1451.      The numbers network allows the user to explore the ideas of PATTERN INTERFERENCE and PATTERN GENERALIZATION with a "real world" pattern recognition example.  Interference occurs when pattern pairs which are associated together are too similar to each other that the network can not find an appropriate set of weights to store them in a distinct way.  There is then "crosstalk" between the patterns and errors may occur in recalling (completing) a pattern.
  1452.  
  1453. </span><span class="style16">Concept learning</span><span class="style6">:
  1454. </span><span class="style3">
  1455.      Pattern </span><span class="style17">generalization</span><span class="style3"> also occurs when </span><span class="style17">different</span><span class="style3"> inputs are associated with the </span><span class="style17">same</span><span class="style3"> target (e.g. different "chair" visual patterns are each associated with the same pattern for the label "furniture").  If the network is then tested with a new pattern (similar to but </span><span class="style17">different</span><span class="style3"> from the initial "chair" patterns), an output may result which actually equals the "furniture" pattern.  Thus the pattern of weights in the network can be said to represent the same "concept" of ‚Äúfurniture‚Äù which many </span><span class="style17">different</span><span class="style3"> chair input patterns all produce. 
  1456.  
  1457. </span><span class="style16">Learning digits</span><span class="style6">:
  1458. </span><span class="style3">
  1459.      We shall explore this idea of generalization by storing  numbers (e.g. 1, 2, 3, 4, 5) in the same network.  It is recommended, as the example, that you store the first 5 digits (i.e. 1 to 5).  Each number is entered into the network as a pattern of "1"s on a 3x5 rectangular grid.  This is similar to the pixels of a computer screen.  Only the inputs need be entered because the network will associate the input pattern with a copy of itself on the target units.  Such a network is called an AUTOASSOCIATOR because it stores a pattern by associating the pattern with </span><span class="style17">itself</span><span class="style3"> (i.e. the input and the target is the same pattern).
  1460.  
  1461. ________________________________________________
  1462.    
  1463.            </span><span class="style16">OPERATION OF THE NUMBERS NETWORK</span><span class="style6">
  1464.  
  1465. </span><span class="style16">SETUP</span><span class="style6">:  </span><span class="style3">As in the Simulator network, there is a </span><span class="style6">Setup</span><span class="style3"> and a </span><span class="style6">Matrix Screen</span><span class="style3">.  The </span><span class="style6">Setup </span><span class="style3">Screen provides the basic control over initial parameters, etc.  The </span><span class="style6">Matrix</span><span class="style3"> Screen provides a matrix display of the network learning process and weights.  There is also a </span><span class="style6">Numbers</span><span class="style3"> Screen which allows the user to enter  input patterns corresponding to digits.  The </span><span class="style6">Numbers</span><span class="style3"> screen also displays, in digit form, the results of testing the network with partial input patterns.
  1466.  
  1467.  
  1468.                               </span><span class="style16">MATRIX SCREEN</span><span class="style6">
  1469. </span><span class="style3">
  1470.      This is also analogous to the </span><span class="style6">Matrix</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> of the </span><span class="style6">Simulator</span><span class="style3"> network, and also provides the capability for saving the set of weights once learned.  This is very important since it may take </span><span class="style17">15 minutes</span><span class="style3"> or more to learn the weights for a set of five digits!  Once learned, then the weights may be saved and loaded for future testing and demonstration of the </span><span class="style6">Numbers Network</span><span class="style3">. 
  1471.  
  1472.  
  1473.                                  </span><span class="style16">SETUP SCREEN
  1474. </span><span class="style3">
  1475.      This has buttons analogous to those in the </span><span class="style6">Setup</span><span class="style3"> screen of the basic, 4-node Simulator network.
  1476.  
  1477.  
  1478. </span><span class="style16">BUTTONS</span><span class="style3">:
  1479.  
  1480. </span><span class="style16">SETUP</span><span class="style6">:</span><span class="style3">  This must be clicked </span><span class="style18">FIRST</span><span class="style3"> before any others.  </span><span class="style6">SETUP</span><span class="style3"> allows the user to enter:
  1481. a) the total number of patterns to be learned, and
  1482. b) the pattern length. 
  1483. For number patterns, the length </span><span class="style18">MUST</span><span class="style3"> equal 15 since there are 15 "pixels" in each number's representation.
  1484.  
  1485. </span><span class="style16">ENTER NUMBERS</span><span class="style6">:</span><span class="style3">  After the </span><span class="style6">SETUP</span><span class="style3"> procedure has been followed, the </span><span class="style6">ENTER NUMBERS</span><span class="style3"> button should be clicked.  This takes the user to the </span><span class="style6">Numbers</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3">.  
  1486.      Each digit to be learned can be entered into the 3x5 grid by placing the cursor over a square and entering a "1".  Where there is a space in the pattern representation of a number, do not enter anything in that square.  Only enter a "1" where there would be "ink" in a normal representation of a digit.
  1487.  
  1488.      For example: the representation of the digits "2" and "5" might look like this:
  1489.  
  1490. 111    1111
  1491.     1    1
  1492. 111    1111
  1493. 1              1
  1494. 111    1111
  1495.  
  1496.      Notice that there is a "1" absent wherever there is a blank space in the writing of the digit.  You will be asked whether you want to see an example of the digit representation.  As usual, you should initially answer with the "</span><span class="style6">Yes</span><span class="style3">" option to display some example digits.
  1497.  
  1498. </span><span class="style16">PUT PATTERN</span><span class="style6">:</span><span class="style3">  After you have created EACH complete digit pattern, click the button </span><span class="style6">PUT PATTERN</span><span class="style3">.  This will store the inputs in the </span><span class="style6">Setup</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> and allow you to then enter another digit into the grid.  Again click </span><span class="style6">PUT PATTERN</span><span class="style3">, after each digit is created.
  1499.  
  1500. </span><span class="style16">LEARN</span><span class="style3">:  When you have entered all the patterns to be learned by clicking </span><span class="style6">PUT PATTERN</span><span class="style3">, you should click the </span><span class="style6">LEARN</span><span class="style3"> button which will take you to the </span><span class="style6">Setup</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3">. You should then click the </span><span class="style6">LEARN</span><span class="style3"> button which will flash.  This will take you to the </span><span class="style6">Matrix</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> where the learning process will be displayed.
  1501.      You can follow the learning process as it happens.  However, for these 15 unit-long digit patterns, it takes about two minutes for each digit to be stored through weight modification.  This is because of the large number of weights to be updated (15 inputs x 15 outputs = 225 weights in total!).  If there are five or so patterns to be stored, it will take about 10-15 minutes for the network to learn all the patterns.  
  1502.      When the learning is complete, you will be asked whether you wish to </span><span class="style6">TEST</span><span class="style3"> the network with a new pattern, or one of the old ones.  Answering "</span><span class="style6">Yes</span><span class="style3">" to the prompt will take you to the </span><span class="style6">Setup Screen</span><span class="style3"> where the </span><span class="style6">TEST INPUT</span><span class="style3"> field will flash.  You can then either:
  1503.  
  1504. 1) (This is </span><span class="style18">not</span><span class="style3"> recommended initially - see [2] below).  Follow the prompt and enter any partial pattern in the </span><span class="style6">TEST</span><span class="style3"> field and then click the </span><span class="style6">TEST</span><span class="style3"> button.  However, it is NOT recommended to follow this option initially since it is difficult to know what the input string actually represents.  Instead, do the following:
  1505.  
  1506. 2) (</span><span class="style18">Recommended</span><span class="style3"> for testing digits).  Click instead the </span><span class="style6">NUMBERS</span><span class="style3"> button which will take you to the </span><span class="style6">Numbers Screen</span><span class="style3">.  Here you can enter the complete or partial pattern for a digit previously learned by entering the pattern in the numbers grid and then clicking the </span><span class="style6">TEST</span><span class="style3"> button. This will test the network's ability for correct recall given the weights produced during learning.  In addition you will be able to observe the pattern completion and pattern blending properties of the network.
  1507.  
  1508. </span><span class="style16">TEST</span><span class="style6">:</span><span class="style3">  Click the </span><span class="style6">TEST</span><span class="style3"> button after entering each test input pattern.  This will take you to the </span><span class="style6">Setup</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> where you should click on the </span><span class="style6">TEST</span><span class="style3"> button.  This takes you to the </span><span class="style6">Matrix</span><span class="style3"> </span><span class="style6">Screen</span><span class="style3"> where you can observe the output of each test input.  After the output has been produced, click the </span><span class="style6">SHOW NUMBER</span><span class="style3"> button which will display the output pattern in digit form.  
  1509.  
  1510.  
  1511. </span></text>
  1512.     </content>
  1513.     <content>
  1514.         <layer>card</layer>
  1515.         <id>2</id>
  1516.         <text><======
  1517. Make sure scroll bar is at top before reading!
  1518. </text>
  1519.     </content>
  1520.     <content>
  1521.         <layer>card</layer>
  1522.         <id>3</id>
  1523.         <text>The Numbers Network </text>
  1524.     </content>
  1525.     <name></name>
  1526.     <script></script>
  1527. </card>
  1528.  
  1529.  
  1530. card_6048.xml
  1531. <?xml version="1.0" encoding="utf-8" ?>
  1532. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  1533. <card>
  1534.     <id>6048</id>
  1535.     <filler1>0</filler1>
  1536.     <cantDelete> <false /> </cantDelete>
  1537.     <showPict> <true /> </showPict>
  1538.     <dontSearch> <false /> </dontSearch>
  1539.     <owner>4610</owner>
  1540.     <link rel="stylesheet" type="text/css" href="stylesheet_4092.css" />
  1541.     <part>
  1542.         <id>1</id>
  1543.         <type>field</type>
  1544.         <visible> <true /> </visible>
  1545.         <dontWrap> <false /> </dontWrap>
  1546.         <dontSearch> <false /> </dontSearch>
  1547.         <sharedText> <false /> </sharedText>
  1548.         <fixedLineHeight> <true /> </fixedLineHeight>
  1549.         <autoTab> <false /> </autoTab>
  1550.         <lockText> <false /> </lockText>
  1551.         <rect>
  1552.             <left>6</left>
  1553.             <top>52</top>
  1554.             <right>423</right>
  1555.             <bottom>320</bottom>
  1556.         </rect>
  1557.         <style>scrolling</style>
  1558.         <autoSelect> <false /> </autoSelect>
  1559.         <showLines> <false /> </showLines>
  1560.         <wideMargins> <true /> </wideMargins>
  1561.         <multipleLines> <false /> </multipleLines>
  1562.         <reservedFamily> 0 </reservedFamily>
  1563.         <titleWidth>0</titleWidth>
  1564.         <icon>0</icon>
  1565.         <textAlign>left</textAlign>
  1566.         <font>Geneva</font>
  1567.         <textSize>12</textSize>
  1568.         <textStyle>plain</textStyle>
  1569.         <textHeight>16</textHeight>
  1570.         <name></name>
  1571.         <script></script>
  1572.     </part>
  1573.     <part>
  1574.         <id>2</id>
  1575.         <type>field</type>
  1576.         <visible> <false /> </visible>
  1577.         <dontWrap> <false /> </dontWrap>
  1578.         <dontSearch> <false /> </dontSearch>
  1579.         <sharedText> <false /> </sharedText>
  1580.         <fixedLineHeight> <true /> </fixedLineHeight>
  1581.         <autoTab> <false /> </autoTab>
  1582.         <lockText> <false /> </lockText>
  1583.         <rect>
  1584.             <left>432</left>
  1585.             <top>67</top>
  1586.             <right>506</right>
  1587.             <bottom>233</bottom>
  1588.         </rect>
  1589.         <style>transparent</style>
  1590.         <autoSelect> <false /> </autoSelect>
  1591.         <showLines> <false /> </showLines>
  1592.         <wideMargins> <false /> </wideMargins>
  1593.         <multipleLines> <false /> </multipleLines>
  1594.         <reservedFamily> 0 </reservedFamily>
  1595.         <titleWidth>0</titleWidth>
  1596.         <icon>0</icon>
  1597.         <textAlign>left</textAlign>
  1598.         <font>Geneva</font>
  1599.         <textSize>12</textSize>
  1600.         <textStyle>bold</textStyle>
  1601.         <textHeight>16</textHeight>
  1602.         <name></name>
  1603.         <script></script>
  1604.     </part>
  1605.     <part>
  1606.         <id>3</id>
  1607.         <type>field</type>
  1608.         <visible> <true /> </visible>
  1609.         <dontWrap> <false /> </dontWrap>
  1610.         <dontSearch> <false /> </dontSearch>
  1611.         <sharedText> <false /> </sharedText>
  1612.         <fixedLineHeight> <true /> </fixedLineHeight>
  1613.         <autoTab> <false /> </autoTab>
  1614.         <lockText> <false /> </lockText>
  1615.         <rect>
  1616.             <left>289</left>
  1617.             <top>33</top>
  1618.             <right>441</right>
  1619.             <bottom>49</bottom>
  1620.         </rect>
  1621.         <style>transparent</style>
  1622.         <autoSelect> <false /> </autoSelect>
  1623.         <showLines> <false /> </showLines>
  1624.         <wideMargins> <false /> </wideMargins>
  1625.         <multipleLines> <false /> </multipleLines>
  1626.         <reservedFamily> 0 </reservedFamily>
  1627.         <titleWidth>0</titleWidth>
  1628.         <icon>0</icon>
  1629.         <textAlign>left</textAlign>
  1630.         <font>Geneva</font>
  1631.         <textSize>10</textSize>
  1632.         <textStyle>bold</textStyle>
  1633.         <textHeight>13</textHeight>
  1634.         <name></name>
  1635.         <script></script>
  1636.     </part>
  1637.     <part>
  1638.         <id>4</id>
  1639.         <type>button</type>
  1640.         <visible> <true /> </visible>
  1641.         <reserved5> 0 </reserved5>
  1642.         <reserved4> 0 </reserved4>
  1643.         <reserved3> 0 </reserved3>
  1644.         <reserved2> 0 </reserved2>
  1645.         <reserved1> 0 </reserved1>
  1646.         <enabled> <true /> </enabled>
  1647.         <rect>
  1648.             <left>447</left>
  1649.             <top>315</top>
  1650.             <right>512</right>
  1651.             <bottom>342</bottom>
  1652.         </rect>
  1653.         <style>roundrect</style>
  1654.         <showName> <true /> </showName>
  1655.         <highlight> <false /> </highlight>
  1656.         <autoHighlight> <true /> </autoHighlight>
  1657.         <sharedHighlight> <true /> </sharedHighlight>
  1658.         <family>0</family>
  1659.         <titleWidth>0</titleWidth>
  1660.         <icon>0</icon>
  1661.         <textAlign>center</textAlign>
  1662.         <font>Chicago</font>
  1663.         <textSize>12</textSize>
  1664.         <textStyle>plain</textStyle>
  1665.         <name>menu</name>
  1666.         <script>on mouseUp
  1667. visual  scroll right    to black
  1668. visual  scroll right   to card
  1669. go to card 1
  1670. end mouseUp
  1671. </script>
  1672.     </part>
  1673.     <content>
  1674.         <layer>card</layer>
  1675.         <id>1</id>
  1676.         <text><span class="style3">             </span><span class="style16">USING THE NUMBERS NETWORK AS 
  1677. </span><span class="style6">           </span><span class="style16">A GENERAL PATTERN ASSOCIATOR
  1678. </span><span class="style18">
  1679. </span><span class="style3">    The numbers network can be used as a general associative network for associating </span><span class="style17">any</span><span class="style3"> input of arbitrary length with </span><span class="style17">any </span><span class="style3">target.  Thus the user may experiment with networks of different numbers of units.  To save time, input and target patterns may be entered </span><span class="style17">directly</span><span class="style3"> into their respective fields in the </span><span class="style6">Setup Screen </span><span class="style3">without pressing the </span><span class="style6">SETUP</span><span class="style3"> button, as may the relevant parameters of </span><span class="style6">Total Patterns</span><span class="style3">, </span><span class="style6">Pattern Length</span><span class="style3">, and </span><span class="style6">Learning Rate</span><span class="style3">.  Alternatively, these parameters may be entered by clicking the </span><span class="style6">SETUP</span><span class="style3"> button first which will prompt the user for each value.  </span></text>
  1680.     </content>
  1681.     <content>
  1682.         <layer>card</layer>
  1683.         <id>2</id>
  1684.         <text><======
  1685. Make sure scroll bar is at top before reading!
  1686. </text>
  1687.     </content>
  1688.     <content>
  1689.         <layer>card</layer>
  1690.         <id>3</id>
  1691.         <text>General Associator</text>
  1692.     </content>
  1693.     <name></name>
  1694.     <script></script>
  1695. </card>
  1696.  
  1697.  
  1698.